# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
* Revert fixes for CVE-2025-15366 and CVE-2025-15367. It was found that
those changes break backward compatibility, and upstream didn't backport
it to any branch. More details can be found in discussions on the upstream
bugtracker (issues and merge requests).
* Apply upstream patch for the following CVE:
- CVE-2026-6100: Use-after-free (UAF) was possible in the
`lzma.LZMADecompressor` and `bz2.BZ2Decompressor` when a memory
allocation fails with a `MemoryError` and the decompression instance is
re-used. This scenario can be triggered if the process is under memory
pressure.